home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Graphics & Multimedia / EazyDraw 1.9.0f (beta).dmg / EazyDraw.app / Contents / Resources / DKDArrow.nib / classes.nib next >
Encoding:
Text File  |  2006-01-16  |  2.9 KB  |  70 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 arrowAngleTextFieldAction = id; 
  6.                 arrowAtEndCheckboxAction = id; 
  7.                 arrowAtStartCheckboxAction = id; 
  8.                 arrowCallHelpAction = id; 
  9.                 arrowFillCheckboxAction = id; 
  10.                 arrowFillColorWellAction = id; 
  11.                 arrowForEachSegmentCheckboxAction = id; 
  12.                 arrowFormPopupAction = id; 
  13.                 arrowJoinPopupAction = id; 
  14.                 arrowOffsetAction = id; 
  15.                 arrowOutlineCheckboxAction = id; 
  16.                 arrowOutlineColorWellAction = id; 
  17.                 arrowSizeTextFieldAction = id; 
  18.                 arrowStrokeWidthTextFieldAction = id; 
  19.                 arrowUseCurveColorsCheckBoxAction = id; 
  20.                 miterLimitTextFieldAction = id; 
  21.                 styleArrowCallHelpAction = id; 
  22.             }; 
  23.             CLASS = DKDArrowPanel; 
  24.             LANGUAGE = ObjC; 
  25.             OUTLETS = {
  26.                 appearanceStyleTabview = NSTabView; 
  27.                 arrowAngleSlider = NSSlider; 
  28.                 arrowAngleTextField = NSTextField; 
  29.                 arrowAtEndCheckbox = NSButton; 
  30.                 arrowAtStartCheckbox = NSButton; 
  31.                 arrowFillCheckbox = NSButton; 
  32.                 arrowFillColorWell = NSColorWell; 
  33.                 arrowForEachSegmentCheckbox = NSButton; 
  34.                 arrowFormPopUp = NSPopUpButton; 
  35.                 arrowJoinPopUp = NSPopUpButton; 
  36.                 arrowOffsetSlider = NSSlider; 
  37.                 arrowOffsetTextField = NSTextField; 
  38.                 arrowOutlineCheckbox = NSButton; 
  39.                 arrowOutlineColorWell = NSColorWell; 
  40.                 arrowSizeSlider = NSSlider; 
  41.                 arrowSizeTextField = NSTextField; 
  42.                 arrowStrokeWidthSlider = NSSlider; 
  43.                 arrowStrokeWidthTextField = NSTextField; 
  44.                 arrowStyleFromCurveCheckbox = NSButton; 
  45.                 miterLimitSlider = NSSlider; 
  46.                 miterLimitTextField = NSTextField; 
  47.             }; 
  48.             SUPERCLASS = DKDGraphicPanel; 
  49.         }, 
  50.         {CLASS = DKDGraphicPanel; LANGUAGE = ObjC; SUPERCLASS = DKDPanel; }, 
  51.         {CLASS = DKDOptionButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  52.         {
  53.             ACTIONS = {
  54.                 checkClosingWindow = id; 
  55.                 useCurrentForNewItemsButtonAction = id; 
  56.                 useDefaultForNewItemsButtonAction = id; 
  57.             }; 
  58.             CLASS = DKDPanel; 
  59.             LANGUAGE = ObjC; 
  60.             OUTLETS = {
  61.                 setCurrentForNewItemsButton = DKDOptionButton; 
  62.                 setDefaultForNewItemsButton = DKDOptionButton; 
  63.             }; 
  64.             SUPERCLASS = NSWindowController; 
  65.         }, 
  66.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  67.         {CLASS = NSNumberFormatter; LANGUAGE = ObjC; SUPERCLASS = NSFormatter; }
  68.     ); 
  69.     IBVersion = 1; 
  70. }